-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing messaging for ILlegalArgumentException on duplicate model gr… #1294
Changing messaging for ILlegalArgumentException on duplicate model gr… #1294
Conversation
…oup creation. Signed-off-by: Nate Boot <[email protected]>
Github CI not passing
Suggest run |
Thanks for the fix @nateynateynate One of the test cases above is failing because of incorrect error message. We might have to fix it. |
Hang on - I've already got |
Signed-off-by: Nate Boot <[email protected]>
6346a57
@rbhavna do we want this in 2.10 release? If yes can you please take care of moving this to 2.10 branch before code freeze? Thanks |
Its definitely good customer experience. Lets merge this change. |
#1294) * Changing messaging for ILlegalArgumentException on duplicate model group creation. Signed-off-by: Nate Boot <[email protected]> * Adjusting the test. `./gradlew test` passes. Signed-off-by: Nate Boot <[email protected]> --------- Signed-off-by: Nate Boot <[email protected]> (cherry picked from commit a9687fc)
#1294) * Changing messaging for ILlegalArgumentException on duplicate model group creation. Signed-off-by: Nate Boot <[email protected]> * Adjusting the test. `./gradlew test` passes. Signed-off-by: Nate Boot <[email protected]> --------- Signed-off-by: Nate Boot <[email protected]> (cherry picked from commit a9687fc)
#1294) (#1300) * Changing messaging for ILlegalArgumentException on duplicate model group creation. Signed-off-by: Nate Boot <[email protected]> * Adjusting the test. `./gradlew test` passes. Signed-off-by: Nate Boot <[email protected]> --------- Signed-off-by: Nate Boot <[email protected]> (cherry picked from commit a9687fc) Co-authored-by: Nate B <[email protected]>
#1294) * Changing messaging for ILlegalArgumentException on duplicate model group creation. Signed-off-by: Nate Boot <[email protected]> * Adjusting the test. `./gradlew test` passes. Signed-off-by: Nate Boot <[email protected]> --------- Signed-off-by: Nate Boot <[email protected]> (cherry picked from commit a9687fc) Signed-off-by: Yaliang Wu <[email protected]>
#1294) (#1299) * Changing messaging for ILlegalArgumentException on duplicate model group creation. Signed-off-by: Nate Boot <[email protected]> * Adjusting the test. `./gradlew test` passes. Signed-off-by: Nate Boot <[email protected]> --------- Signed-off-by: Nate Boot <[email protected]> (cherry picked from commit a9687fc) Co-authored-by: Nate B <[email protected]>
…oup creation.
Description
Updating the error message shown when attempting to create a non-unique model group.
Issues Resolved
#1290
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.